projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16927a5
)
(isearch): Use magenta2 as bg for (background light)
author
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Nov 2001 06:47:21 +0000
(06:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Nov 2001 06:47:21 +0000
(06:47 +0000)
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index 29590e4f9f6f1e391fa58b2d7b76ae5f559b69e6..8165f2f7c87c132bf2a5f0353f27d8efb29b75e0 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-1913,7
+1913,7
@@
A value of nil means highlight all matches."
'((((type tty pc) (class color))
(:background "magenta4" :foreground "cyan1"))
(((class color) (background light))
- (:background "magenta
4
" :foreground "lightskyblue1"))
+ (:background "magenta
2
" :foreground "lightskyblue1"))
(((class color) (background dark))
(:background "palevioletred2" :foreground "brown4"))
(t (:inverse-video t)))